home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Zone 96
/
PC Zone #096.7z
/
Dppcz1200.mdf
/
Demos
/
Gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
container.gsh
< prev
next >
Wrap
Text File
|
2000-09-09
|
845b
|
30 lines
// defines Container
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_CONTAINER_GSH
#define INCLUDED_CONTAINER_GSH
////////////////////////////////////////////////////////////////////////////////////
shape Shp_Container
{
file "objects\container.rif"
name "CONTAINER A"
}
role Rol_Container : Rol_PlacedObject
{
shape Shp_Container
identifier "container"
destructibility Frg_Container
}
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_CONTAINER_GSH